Micron Document
🎖️GitЯра🎖️


Displaying Raw • Download

core/model/src/commonMain/kotlin/org/meshtastic/core/model/DeviceHardware.kt 4e15ef1c7f68f8c683fe8b7ff741a5167e154d2e (4e15ef1c) Text, 1.88 KB

T8b949e/*
* Copyright (c) 2026 Meshtastic LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
Tff7b72package T7ee787org.meshtastic.core.model

Tff7b72import T7ee787kotlinx.serialization.Serializable

Tf0883e@Serializable
Tff7b72data Tff7b72class T56d364DeviceHardwareTb4b4b4(
Tff7b72val Te6edf3activelySupportedTb4b4b4: Tffa657Boolean Tff7b72= Tff7b72falseTb4b4b4,
Tff7b72val Te6edf3architectureTb4b4b4: Tffa657String Tff7b72= Ta5d6ff"Ta5d6ff"Tb4b4b4,
Tff7b72val Te6edf3displayNameTb4b4b4: Tffa657String Tff7b72= Ta5d6ff"Ta5d6ff"Tb4b4b4,
Tff7b72val Te6edf3hasInkHudTb4b4b4: Tffa657Boolean? Tff7b72= Tff7b72nullTb4b4b4,
Tff7b72val Te6edf3hasMuiTb4b4b4: Tffa657Boolean? Tff7b72= Tff7b72nullTb4b4b4,
Tff7b72val Te6edf3hwModelTb4b4b4: Tffa657Int Tff7b72= T79c0ff0Tb4b4b4,
Tff7b72val Te6edf3hwModelSlugTb4b4b4: Tffa657String Tff7b72= Ta5d6ff"Ta5d6ff"Tb4b4b4,
Tff7b72val Te6edf3imagesTb4b4b4: Te6edf3ListTff7b72<Tffa657StringTff7b72>Tff7b72? Tff7b72= Tff7b72nullTb4b4b4,
Tff7b72val Te6edf3partitionSchemeTb4b4b4: Tffa657String? Tff7b72= Tff7b72nullTb4b4b4,
Tff7b72val Te6edf3platformioTargetTb4b4b4: Tffa657String Tff7b72= Ta5d6ff"Ta5d6ff"Tb4b4b4,
Tff7b72val Te6edf3requiresDfuTb4b4b4: Tffa657Boolean? Tff7b72= Tff7b72nullTb4b4b4,
T8b949e/**
* Indicates that the device typically ships with a bootloader that does not support OTA DFU, and that a one-time
* bootloader upgrade (usually over USB) is recommended before attempting firmware updates from the app.
*/
Tff7b72val Te6edf3requiresBootloaderUpgradeForOtaTb4b4b4: Tffa657Boolean? Tff7b72= Tff7b72nullTb4b4b4,
T8b949e/** Optional URL pointing to documentation for upgrading the bootloader. */
Tff7b72val Te6edf3bootloaderInfoUrlTb4b4b4: Tffa657String? Tff7b72= Tff7b72nullTb4b4b4,
Tff7b72val Te6edf3supportLevelTb4b4b4: Tffa657Int? Tff7b72= Tff7b72nullTb4b4b4,
Tff7b72val Te6edf3tagsTb4b4b4: Te6edf3ListTff7b72<Tffa657StringTff7b72>Tff7b72? Tff7b72= Tff7b72nullTb4b4b4,
Tb4b4b4) Tb4b4b4{
T8b949e/** Returns true if the device architecture is ESP32-based. */
Tff7b72val Te6edf3isEsp32ArcTb4b4b4: Tffa657Boolean
Tff7b72getTb4b4b4(Tb4b4b4) Tff7b72= Te6edf3architectureTb4b4b4.Te6edf3startsWithTb4b4b4(Ta5d6ff"Ta5d6ffesp32Ta5d6ff"Tb4b4b4, Te6edf3ignoreCase Tff7b72= Tff7b72trueTb4b4b4)
Tb4b4b4}

Served by rngit 1.5.0 - Generated in 0.04s